WARNING: This program has a bug, which means we need to fix it! Data types are important!
RULE: Each parameter in the function definition needs an argument in the function call with a matching data type.
- In this function, the parameter sides is used in a command that requires an integer!
- Click Run and read the error message.
- Change the second argument to an integer so that the turtle draws a shape with sides that are 50 pixels.
To navigate the page using the TAB key, first press ESC to exit the code editor.